Vcenter Vm Hardware Floppy BackingInfo

Vcenter Vm Hardware Floppy BackingInfo
Vcenter Vm Hardware Floppy BackingInfo

The Vcenter Vm Hardware Floppy BackingInfo schema contains information about the physical resource backing a virtual floppy drive.

JSON Example
{
    "type": "string",
    "image_file": "string",
    "host_device": "string",
    "auto_detect": false
}
string
type
Required

Backing type for the virtual floppy drive.

For more information see: Vcenter Vm Hardware Floppy BackingType.

string
image_file
Optional

Path of the image file backing the virtual floppy drive.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Floppy BackingType.IMAGE_FILE.

string
host_device
Optional

Name of the host device backing the virtual floppy drive.

This property will be missing or null if auto_detect is true and the virtual floppy drive is not connected or no suitable device is available on the host.

boolean
auto_detect
Optional

Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Floppy BackingType.HOST_DEVICE.